Attr

actual interface Attr : Node
actual external interface Attr : Node

Properties

Link copied to clipboard
abstract val baseURI: String
Link copied to clipboard
abstract val childNodes: INodeList
abstract val childNodes: NodeList
Link copied to clipboard
abstract val firstChild: Node?
abstract val firstChild: Node?
Link copied to clipboard
abstract val lastChild: Node?
abstract val lastChild: Node?
Link copied to clipboard
abstract val localName: String
abstract val localName: String
Link copied to clipboard
abstract val name: String
abstract val name: String
Link copied to clipboard
abstract val namespaceURI: String?
abstract val namespaceURI: String?
Link copied to clipboard
abstract val nextSibling: Node?
abstract val nextSibling: Node?
Link copied to clipboard
abstract val nodeName: String
abstract val nodeName: String
Link copied to clipboard
abstract val nodeType: Short
abstract val nodeType: Short
Link copied to clipboard
abstract var nodeValue: String?
Link copied to clipboard
abstract val ownerDocument: Document
abstract val ownerDocument: Document?
Link copied to clipboard
abstract val ownerElement: Element?
abstract val ownerElement: Element?
Link copied to clipboard
abstract val parentElement: Element?
Link copied to clipboard
abstract val parentNode: Node?
abstract val parentNode: Node?
Link copied to clipboard
abstract val prefix: String?
abstract val prefix: String?
Link copied to clipboard
abstract val previousSibling: Node?
abstract val previousSibling: Node?
Link copied to clipboard
abstract val textContent: String?
abstract var textContent: String?
Link copied to clipboard
abstract var value: String
abstract var value: String

Functions

Link copied to clipboard
actual abstract fun appendChild(node: Node): Node
actual abstract fun appendChild(node: Node): Node
Link copied to clipboard
actual inline fun Node.getChildNodes(): NodeList
expect inline fun Node.getChildNodes(): NodeList
actual inline fun Node.getChildNodes(): NodeList
actual inline fun Node.getChildNodes(): NodeList
Link copied to clipboard
actual inline fun Node.getFirstChild(): Node?
expect inline fun Node.getFirstChild(): Node?
actual inline fun Node.getFirstChild(): Node?
actual inline fun Node.getFirstChild(): Node?
Link copied to clipboard
actual inline fun Node.getLastChild(): Node?
expect inline fun Node.getLastChild(): Node?
actual inline fun Node.getLastChild(): Node?
actual inline fun Node.getLastChild(): Node?
Link copied to clipboard
actual inline fun Attr.getLocalName(): String?
expect inline fun Attr.getLocalName(): String?
actual inline fun Attr.getLocalName(): String?
actual inline fun Attr.getLocalName(): String?
Link copied to clipboard
actual inline fun Attr.getName(): String
expect inline fun Attr.getName(): String
actual inline fun Attr.getName(): String
actual inline fun Attr.getName(): String
Link copied to clipboard
actual inline fun Attr.getNamespaceURI(): String?
expect inline fun Attr.getNamespaceURI(): String?
actual inline fun Attr.getNamespaceURI(): String?
actual inline fun Attr.getNamespaceURI(): String?
Link copied to clipboard
actual inline fun Node.getNextSibling(): Node?
expect inline fun Node.getNextSibling(): Node?
actual inline fun Node.getNextSibling(): Node?
actual inline fun Node.getNextSibling(): Node?
Link copied to clipboard
actual inline fun Node.getNodeName(): String
expect inline fun Node.getNodeName(): String
actual inline fun Node.getNodeName(): String
actual inline fun Node.getNodeName(): String
Link copied to clipboard
actual inline fun Node.getNodeType(): Short
expect inline fun Node.getNodeType(): Short
actual inline fun Node.getNodeType(): Short
actual inline fun Node.getNodeType(): Short
Link copied to clipboard
actual inline fun Node.getOwnerDocument(): Document
expect inline fun Node.getOwnerDocument(): Document
actual inline fun Node.getOwnerDocument(): Document
actual inline fun Node.getOwnerDocument(): Document
Link copied to clipboard
actual inline fun Attr.getOwnerElement(): Element?
expect inline fun Attr.getOwnerElement(): Element?
actual inline fun Attr.getOwnerElement(): Element?
actual inline fun Attr.getOwnerElement(): Element?
Link copied to clipboard
Link copied to clipboard
actual inline fun Node.getParentNode(): Node?
expect inline fun Node.getParentNode(): Node?
actual inline fun Node.getParentNode(): Node?
actual inline fun Node.getParentNode(): Node?
Link copied to clipboard
actual inline fun Attr.getPrefix(): String?
expect inline fun Attr.getPrefix(): String?
actual inline fun Attr.getPrefix(): String?
actual inline fun Attr.getPrefix(): String?
Link copied to clipboard
actual inline fun Node.getPreviousSibling(): Node?
expect inline fun Node.getPreviousSibling(): Node?
actual inline fun Node.getPreviousSibling(): Node?
actual inline fun Node.getPreviousSibling(): Node?
Link copied to clipboard
actual inline fun Node.getTextContent(): String?
expect inline fun Node.getTextContent(): String?
actual inline fun Node.getTextContent(): String?
actual inline fun Node.getTextContent(): String?
Link copied to clipboard
actual inline fun Attr.getValue(): String
expect inline fun Attr.getValue(): String
actual inline fun Attr.getValue(): String
actual inline fun Attr.getValue(): String
Link copied to clipboard
actual abstract fun lookupNamespaceURI(prefix: String): String?
actual abstract fun lookupNamespaceURI(prefix: String): String?
Link copied to clipboard
actual abstract fun lookupPrefix(namespace: String): String?
actual abstract fun lookupPrefix(namespace: String): String?
Link copied to clipboard
actual abstract fun removeChild(node: Node): Node
actual abstract fun removeChild(node: Node): Node
Link copied to clipboard
actual abstract fun replaceChild(oldChild: Node, newChild: Node): Node
actual abstract fun replaceChild(oldChild: Node, newChild: Node): Node
Link copied to clipboard
actual inline fun Attr.setValue(value: String)
expect inline fun Attr.setValue(value: String)
actual inline fun Attr.setValue(value: String)
actual inline fun Attr.setValue(value: String)